home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / photo / tiffdump.txt < prev    next >
Text File  |  1993-02-04  |  5KB  |  113 lines

  1. Using TIFFDUMP
  2.  
  3. You use the TIFFDUMP utility to display information about TIFF (Tagged 
  4. Image File Format) images. The TIFFDUMP utility is automatically 
  5. copied to your PhotoFinish directory and added to your PhotoFinish 
  6. program group during setup. The name of the icon is Tiff File Info.
  7. The TIFF file format has gone through several revisions and the different 
  8. versions are often incompatible. PhotoFinish supports TIFF version 5.0 
  9. and can often load version 3 and 4 TIFF files.
  10.  
  11. PhotoFinish can read uncompressed TIFF files and TIFF files created 
  12. with various compression schemes such as PackBit and CCITT for black 
  13. and white pictures, LZW (Lempel, Ziv, Welch) for gray scale and 256 
  14. color pictures, and 24 bit for 24 bit color pictures.
  15.  
  16. You should keep in mind the following conventions used in the command 
  17. line format for DOS utilities:
  18. Include file extensions when filenames are called for.
  19. Include backslashes in paths (e.g., C:\PHOTO\EXAMPLE.PCX).
  20. Separate multiple options with a space.
  21. Square brackets "[ ]" enclose optional parameters that you replace.
  22. Braces "{ }" enclose required parameters that must be replaced.
  23.  
  24. To view the header information of a TIFF file in Windows:
  25. 1 Activate the Windows Program Manager.
  26. 2 Double-click the Tiff File Info program icon in your PhotoFinish group.
  27. 3 Type the filename you want information about.
  28.   If the picture you want to know about is in a different directory, type its
  29.   full path and name.
  30. 4 Press Enter.
  31.   TIFFDUMP displays an executive summary about the file. See the
  32.   following chart for the information TIFFDUMP includes in the summary.
  33. 5 TIFFDUMP asks you to enter a command if you want more 
  34.   information.
  35.   Type "Q" to quit the utility if you do not want more information.
  36.   For a list and explanation of each command see TIFFDUMP
  37.   Command Options following this discussion.
  38.   You can also type "?" and TIFFDUMP will display a list explaining the 
  39.   commands.
  40.  
  41. TIFFDUMP Executive Summary
  42.  
  43. When you use the TIFFDUMP utility, an Executive Summary appears on 
  44. your screen with the following information:
  45.  
  46. Byte Order: the type of files TIFFDUMP supports. TIFFDUMP cannot 
  47. read Motorola files. However, PhotoFinish can load files generated using 
  48. Motorola Byte Order. (Motorola byte order files generally are created on 
  49. a Macintosh. Intel byte order files generally are created on a PC.)
  50.  
  51. Image Number: which image is being reported on if you have a TIFF file 
  52. that contains more than one image.
  53.  
  54. Image Size: the dimensions of the picture in pixels.
  55.  
  56. Number of Colors: the number of colors in the picture's palette.
  57.  
  58. Compression Scheme: how the image was stored in the TIFF file. 
  59. PhotoFinish supports Uncompressed (appears as None), PackBit, 
  60. CCITT, 24 bit, and LZW compression schemes.
  61.  
  62. Bits Per Sample: the space needed to create one pixel of color on your 
  63. screen.
  64.  
  65. Approximate Size: the estimated size of the uncompressed TIFF file. 
  66. This number gives you an idea of how much RAM is needed to load the 
  67. picture.
  68.  
  69. X resolution/Y resolution: the number of dots-per-unit that PhotoFinish 
  70. uses to create the picture. The X and Y resolutions depend on the 
  71. settings you used when you created the picture. For example, if you 
  72. have a 300 dpi printer and you chose for your picture to be based on 
  73. printer, the X and Y resolutions will both read 300 in the TIFF Executive 
  74. Summary.
  75.  
  76. TIFFDUMP Command Options
  77. You can view other information after the executive summary. Type the 
  78. letter of the command you want or type "?" to see a list of the 
  79. commands. Below is a list of the available options and the information 
  80. they provide.
  81.  
  82. C: Color Curve. The Gamma Corrected RGB values for the palette of the 
  83. picture you are checking. Black and white pictures have no Color Curve.
  84.  
  85. D: Dump Tags. Information about each TIFF tag within a picture file. 
  86. This information may be needed if you call Technical Support.
  87.  
  88. G: Gray Curve. Color values for all of the grays in the palette of the 
  89. picture you are checking. Black and white pictures have no Gray Curve.
  90.  
  91. M: Color Map. All the RGB values for each color in the palette for the 
  92. picture you are checking. Black is represented by 0,0,0 and white is 
  93. represented by 65535,65535,65535. All of the other colors in the palette 
  94. are represented as values of red, green, and blue from 0 to 65535. Black 
  95. and white pictures have no Color Map.
  96.  
  97. N: Next Image. TIFFDUMP information about the next image in the TIFF 
  98. file if you have opened a TIFF file that contains more than one picture.
  99.  
  100. Q: Quit. Allows you to leave the TIFFDUMP utility.
  101.  
  102. Running TIFFDUMP from DOS
  103. You can use the TIFFDUMP utility in DOS. To do this, exit Windows and 
  104. type the following command at the DOS prompt:
  105.  
  106. [drive:][path]TIFFDUMP   [drive:][path] {tiffilename}
  107.  
  108. For example, if the TIFFDUMP utility is in C:\UTILITIES and 
  109. SPACEMAN.TIF is in D:\PICTURES you would type this command line:
  110.  
  111. C:\UTILITIES\TIFFDUMP   D:\PICTURES\SPACEMAN.TIF
  112.  
  113.